internal/profile.buffer.typ (field)

8 uses

	internal/profile (current package)
		proto.go#L31: 	typ   int
		proto.go#L166: 	b := buffer{data: data, typ: 2}
		proto.go#L198: 	b.typ = int(x & 7)
		proto.go#L201: 	switch b.typ {
		proto.go#L231: 		return nil, fmt.Errorf("unknown wire type: %d", b.typ)
		proto.go#L238: 	if b.typ != typ {
		proto.go#L276: 	if b.typ == 2 {
		proto.go#L307: 	if b.typ == 2 {